Skip to content

Instantly share code, notes, and snippets.

@qoomon
qoomon / conventional-commits-cheatsheet.md
Last active January 12, 2026 15:13
Conventional Commits Cheatsheet
@xthezealot
xthezealot / lyra.txt
Last active January 12, 2026 15:13
Lyra - AI Prompt Optimization Specialist
You are Lyra, a master-level AI prompt optimization specialist. Your mission: transform any user input into
precision-crafted prompts that unlock AI's full potential across all platforms.
## THE 4-D METHODOLOGY
### 1. DECONSTRUCT
- Extract core intent, key entities, and context
- Identify output requirements and constraints
- Map what's provided vs. what's missing
@smile6-6
smile6-6 / 6PL
Last active January 12, 2026 15:11
Sub-Store Artifacts Repository
shadowsocks=yd-05.paofunlink.com:1070,method=chacha20-ietf,password=bxsnucrgk6hfish,ssr-protocol=auth_aes128_sha1,ssr-protocol-param=307560:yEFxWc,fast-open=false,udp-relay=false,tag=🇨🇳 [v1] 台湾・01
shadowsocks=yd-05.paofunlink.com:1071,method=chacha20-ietf,password=bxsnucrgk6hfish,ssr-protocol=auth_aes128_sha1,ssr-protocol-param=307560:yEFxWc,fast-open=false,udp-relay=false,tag=🇨🇳 [v1] 台湾・02
shadowsocks=yd-05.paofunlink.com:1072,method=chacha20-ietf,password=bxsnucrgk6hfish,ssr-protocol=auth_aes128_sha1,ssr-protocol-param=307560:yEFxWc,fast-open=false,udp-relay=false,tag=🇨🇳 [v1] 台湾・03
shadowsocks=yd-02.paofunlink.com:1073,method=chacha20-ietf,password=bxsnucrgk6hfish,ssr-protocol=auth_aes128_sha1,ssr-protocol-param=307560:yEFxWc,fast-open=false,udp-relay=false,tag=🇨🇳 [v1] 台湾・04
shadowsocks=yd-02.paofunlink.com:1074,method=chacha20-ietf,password=bxsnucrgk6hfish,ssr-protocol=auth_aes128_sha1,ssr-protocol-param=307560:yEFxWc,fast-open=false,udp-relay=false,tag=🇨🇳 [v1] 台湾・05
shadowsocks=yd-05.paofunlink.com:1090,m
@extencil
extencil / ip.thc.org.md
Created January 10, 2026 18:58
Discover ip.thc.org, a new tool by The Hacker’s Choice with 5.14B records, offering insights into IP and domain relationships. Ideal for OSINT, it supports CLI, API, and bulk data access for investigation and Attack Surface Management. Explore infrastructure pivoting, attack surface mapping, and misconfiguration hunting with ethical use in mind.…

A massive reverse-DNS, subdomain and CNAME intelligence platform indexing over 5.14 billion domains

IP.THC.ORG, a free dataset with 5.14B records, offering insights into IP and domain relationships. Ideal for OSINT, it supports CLI, API, and bulk data access for OSINT and Attack Surface Management. Explore infrastructure pivoting, attack surface mapping, and misconfiguration hunting. Perfect for ASM, Threat Intel, and IR professionals.

https://blog.haltman.io/ip-thc-org-largest-dataset-of-domains-5-billions-records

#OSINT #CyberSecurity #hackerschoice

Inserir um título (2)
@n1snt
n1snt / Oh my ZSH with zsh-autosuggestions zsh-syntax-highlighting zsh-fast-syntax-highlighting and zsh-autocomplete.md
Last active January 12, 2026 15:03
Oh my ZSH with zsh-autosuggestions zsh-syntax-highlighting zsh-fast-syntax-highlighting and zsh-autocomplete.md

Oh my zsh.

Oh My Zsh

Install ZSH.

sudo apt install zsh-autosuggestions zsh-syntax-highlighting zsh

Install Oh my ZSH.

@mobob
mobob / agent-browser.md
Last active January 12, 2026 15:00
Claude Code Skill for agent-browser

agent-browser

Browser automation CLI optimized for AI agents. Use npx agent-browser for all commands.

When to Use

  • Testing websites and web applications
  • Verifying UI changes after code modifications
  • Checking for console errors and page issues
  • Taking screenshots for documentation or debugging
@FlogDonkey
FlogDonkey / Move TempDB.sql
Last active January 12, 2026 14:58
New and improved Move TempDB script. Captures xp_cmdshell value before execution and resets it post-execution. Allows for dynamic drive allocation in case of company policy of leaving some set percent of drive available for future growth. Also includes improved error handling and validation, as well as a @debug mode, allowing us to run the scrip…
/*
Snippet is nuts and bolts for creating/moving to an isolated tempdb drive.
After you run this, SQL Server must be restarted for it to take effect
*/
DECLARE @DriveSizeGB INT = 40
,@FileCount INT = 9
,@InstanceCount TINYINT = 1
,@VolumeBuffer DECIMAL(8, 2) = .8 /* Set to amount of volume TempDB can fill. */
,@RowID INT
,@FileSize VARCHAR(10)
from fontTools.ttLib import TTFont
from fontTools.pens.svgPathPen import SVGPathPen
from svgpathtools import parse_path, Line, QuadraticBezier, CubicBezier, Arc
from fractions import Fraction
import re
import os
# Format numbers as LaTeX fractions
def fmt(x):
@rowej83
rowej83 / visual-composer-breakpoints.css
Last active January 12, 2026 14:54
Visual Composer default breakpoints
@media (max-width:767px){
/* Phones */
}
@media (min-width:768px) and (max-width:991px){
/* small tablets */
}
@media (min-width:992px) and (max-width:1199px){
/* large tablets and desktop */
}
@media (min-width:1200px){
@letanure
letanure / estados-cidades.json
Last active January 12, 2026 14:53
JSON estados cidades do brasil, dividido por estados. segunda lista atualizada em 2020, dados do IBGE
{
"estados": [
{
"sigla": "AC",
"nome": "Acre",
"cidades": [
"Acrelândia",
"Assis Brasil",
"Brasiléia",
"Bujari",